Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.core.runtime.IExtensionDelta

Packages that use IExtensionDelta
org.eclipse.core.runtime Provides core support for plug-ins and the plug-in registry. 
 

Uses of IExtensionDelta in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime that return IExtensionDelta
 IExtensionDelta[] IRegistryChangeEvent.getExtensionDeltas()
          Returns all extension deltas for all hosts.
 IExtensionDelta[] IRegistryChangeEvent.getExtensionDeltas(String hostId)
          Returns all extension deltas for the given host.
 IExtensionDelta[] IRegistryChangeEvent.getExtensionDeltas(String hostId, String extensionPoint)
          Returns all the extension deltas for the given host and extension point.
 IExtensionDelta IRegistryChangeEvent.getExtensionDelta(String hostId, String extensionPoint, String extension)
          Returns the delta for the given host, extension point and extension.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.